home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue67 / appbars / Unit2.dfm < prev    next >
Encoding:
Text File  |  2000-12-23  |  487 b   |  23 lines

  1. object Form1: TForm1
  2.   Left = 146
  3.   Top = 111
  4.   Width = 544
  5.   Height = 50
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Form1'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22. end
  23.